ComponentOne ASP.NET MVC Controls
Keys Property

C1.Web.Mvc Namespace > BaseODataCollectionViewService<T> Class : Keys Property
Gets or sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).
Syntax
'Declaration
 
Public Property Keys As String()
public string[] Keys {get; set;}
See Also

Reference

BaseODataCollectionViewService<T> Class
BaseODataCollectionViewService<T> Members